home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / make-367.lha / make-3.67 / config.h.in < prev    next >
Text File  |  1993-05-22  |  4KB  |  174 lines

  1. /* Generated automatically from configure.in by autoheader.  DO NOT EDIT!  */
  2.  
  3. /* Define if you have dirent.h.  */
  4. #undef DIRENT
  5.  
  6. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  7. #undef HAVE_ALLOCA_H
  8.  
  9. /* Define if you have the strcoll function and it is properly defined.  */
  10. #undef HAVE_STRCOLL
  11.  
  12. /* Define if you have unistd.h.  */
  13. #undef HAVE_UNISTD_H
  14.  
  15. /* Define if you have vfork.h.  */
  16. #undef HAVE_VFORK_H
  17.  
  18. /* Define vfork as fork if vfork does not work.  */
  19. #undef vfork
  20.  
  21. /* Define if your struct nlist has an n_un member.  */
  22. #undef NLIST_NAME_UNION
  23.  
  24. /* Define if you have nlist.h.  */
  25. #undef NLIST_STRUCT
  26.  
  27. /* Define if your C compiler doesn't accept -c and -o together.  */
  28. #undef NO_MINUS_C_MINUS_O
  29.  
  30. /* Define as the return type of signal handlers (int or void).  */
  31. #undef RETSIGTYPE
  32.  
  33. /* Define if the setvbuf function takes the buffering type as its second
  34.    argument and the buffer pointer as the third, as on System V
  35.    before release 3.  */
  36. #undef SETVBUF_REVERSED
  37.  
  38. /* Define if you have the ANSI C header files.  */
  39. #undef STDC_HEADERS
  40.  
  41. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  42. #undef SYSDIR
  43.  
  44. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  45. #undef SYSNDIR
  46.  
  47. /* Define if you do not have strings.h, index, bzero, etc..  */
  48. #undef USG
  49.  
  50. /* Define if the closedir function returns void instead of int.  */
  51. #undef VOID_CLOSEDIR
  52.  
  53. /* Define if on AIX 3.
  54.    System headers sometimes define this.
  55.    We just want to avoid a redefinition error message.  */
  56. #ifndef _ALL_SOURCE
  57. #undef _ALL_SOURCE
  58. #endif
  59.  
  60. /* Define if on MINIX.  */
  61. #undef _MINIX
  62.  
  63. /* Define if on MINIX.  */
  64. #undef _POSIX_1_SOURCE
  65.  
  66. /* Define if you need to in order for stat and other things to work.  */
  67. #undef _POSIX_SOURCE
  68.  
  69. /* Define on System V Release 4.  */
  70. #undef SVR4
  71.  
  72. /* Define for Encore UMAX.  */
  73. #undef UMAX
  74.  
  75. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  76.    instead of <sys/cpustats.h>.  */
  77. #undef UMAX4_3
  78.  
  79. /* Define to `int' if <sys/types.h> doesn't define.  */
  80. #undef uid_t
  81. #undef gid_t
  82. #undef pid_t
  83.  
  84. /* Define to empty if the keyword does not work.  */
  85. #undef const
  86.  
  87. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  88. #undef DGUX
  89.  
  90. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  91. #undef GETLOADAVG_PRIVILEGED
  92.  
  93. /* Define if `union wait' is the type of the first arg to wait functions.  */
  94. #undef HAVE_UNION_WAIT
  95.  
  96. /* Define if `sys_siglist' is declared by <signal.h>.  */
  97. #undef SYS_SIGLIST_DECLARED
  98.  
  99. /* If using the C implementation of alloca, define if you know the
  100.    direction of stack growth for your system; otherwise it will be
  101.    automatically deduced at run-time.
  102.     STACK_DIRECTION > 0 => grows toward higher addresses
  103.     STACK_DIRECTION < 0 => grows toward lower addresses
  104.     STACK_DIRECTION = 0 => direction of growth unknown
  105.  */
  106. #undef STACK_DIRECTION
  107.  
  108. /* Define to the type of elements in the array set by `getgroups'.
  109.    Usually this is either `int' or `gid_t'.  */
  110. #undef GETGROUPS_T
  111.  
  112. /* Define to the name of the SCCS `get' command.  */
  113. #undef SCCS_GET
  114.  
  115. /* Define if you have getdtablesize.  */
  116. #undef HAVE_GETDTABLESIZE
  117.  
  118. /* Define if you have sys_siglist.  */
  119. #undef HAVE_SYS_SIGLIST
  120.  
  121. /* Define if you have _sys_siglist.  */
  122. #undef HAVE__SYS_SIGLIST
  123.  
  124. /* Define if you have psignal.  */
  125. #undef HAVE_PSIGNAL
  126.  
  127. /* Define if you have dup2.  */
  128. #undef HAVE_DUP2
  129.  
  130. /* Define if you have getcwd.  */
  131. #undef HAVE_GETCWD
  132.  
  133. /* Define if you have sigsetmask.  */
  134. #undef HAVE_SIGSETMASK
  135.  
  136. /* Define if you have getgroups.  */
  137. #undef HAVE_GETGROUPS
  138.  
  139. /* Define if you have setlinebuf.  */
  140. #undef HAVE_SETLINEBUF
  141.  
  142. /* Define if you have setreuid.  */
  143. #undef HAVE_SETREUID
  144.  
  145. /* Define if you have setregid.  */
  146. #undef HAVE_SETREGID
  147.  
  148. /* Define if you have waitpid.  */
  149. #undef HAVE_WAITPID
  150.  
  151. /* Define if you have wait3.  */
  152. #undef HAVE_WAIT3
  153.  
  154. /* Define if you have the <limits.h> header file.  */
  155. #undef HAVE_LIMITS_H
  156.  
  157. /* Define if you have the <sys/param.h> header file.  */
  158. #undef HAVE_SYS_PARAM_H
  159.  
  160. /* Define if you have the <fcntl.h> header file.  */
  161. #undef HAVE_FCNTL_H
  162.  
  163. /* Define if you have the <string.h> header file.  */
  164. #undef HAVE_STRING_H
  165.  
  166. /* Define if you have the <memory.h> header file.  */
  167. #undef HAVE_MEMORY_H
  168.  
  169. /* Define if you have the <mach/mach.h> header file.  */
  170. #undef HAVE_MACH_MACH_H
  171.  
  172. /* Define if you have the <sys/wait.h> header file.  */
  173. #undef HAVE_SYS_WAIT_H
  174.